home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / mnt_201.zip / PROTOTYP.H < prev    next >
Text File  |  1991-12-28  |  4KB  |  68 lines

  1. /****************************************************************************/
  2. /* Prototypes for RBBSMNT v2.01, a maintenance program fro RBBS-PC          */
  3. /*╒═════════════════════════════ NOTICE ═══════════════════════════════════╕*/
  4. /*│  A limited license is granted to all users of this program to make     │*/
  5. /*│  copies if this program and distribute those copies to other users     │*/
  6. /*│  on the following three conditions:                                    │*/
  7. /*│                                                                        │*/
  8. /*│    1.   This notice is NOT altered, bypassed or removed,               │*/
  9. /*│    2.   The program is not to be distributed to others in modified     │*/
  10. /*│         form. You may make changes for your own non-commercial use     │*/
  11. /*│    3.   No fee is to be charged (or any other consideration received)  │*/
  12. /*│         for copying or distributing these programs without an express  │*/
  13. /*│         written agreement with J. Terpstra, Bamestra RBBS, PO Box 66,  │*/
  14. /*│         Beemster, The Netherlands.                                     │*/
  15. /*│                                                                        │*/
  16. /*│Copyright (C) 1991, 1992 - Jan Terpstra, Bamestra RBBS, The Netherlands.│*/
  17. /*╘════════════════════════════════════════════════════════════════════════╛*/
  18. /****************************************************************************/
  19.  
  20.   /**************************************************************************/
  21.   /* in RBBSMNT.C                                                           */
  22.   /**************************************************************************/
  23.  
  24. void bad_arg(char *a);
  25. void writelog(char *logmsg,int flag,int l);
  26.  
  27.   /**************************************************************************/
  28.   /* in CLEANMSG.C                                                          */
  29.   /**************************************************************************/
  30.  
  31. void cleanmsg(void);
  32. void dump_em(int fh);
  33.  
  34.   /**************************************************************************/
  35.   /* in MAKELIST.C                                                          */
  36.   /**************************************************************************/
  37.  
  38. int makelist(int fp);
  39.  
  40.   /**************************************************************************/
  41.   /* in DUMPOLD.C                                                           */
  42.   /**************************************************************************/
  43.  
  44. void dump_old(int msg);
  45.  
  46.   /**************************************************************************/
  47.   /* in CLEANUSR.C                                                          */
  48.   /**************************************************************************/
  49.  
  50. void cleanusr(void);
  51.  
  52.   /**************************************************************************/
  53.   /* in FIXIT.C                                                             */
  54.   /**************************************************************************/
  55.  
  56. void repair(void);
  57.  
  58.   /**************************************************************************/
  59.   /* in MNTUTIL.C                                                           */
  60.   /**************************************************************************/
  61.  
  62. void get_rbbs_hdr(int fp);
  63. void put_rbbs_hdr(int fp);
  64. void itos(int num,char *dest,int len);
  65.  
  66. /*--------------------------------------------------------------------------*/
  67.  
  68.